	
;;; QQ: 67762207
[@main]
#IF
checkpkpoint 2
#SAY
With you nothing to say about such people. \ \
<Close/@exit>
#ELSESAY
My job is to train a monster and lease them to people. \ \
<Monster Rental/@RentMonster> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Close/@exit>

[@RentMonster]
#CALL [System\RentMobSystem.txt] @Event_taming

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Young people to have more temper. To go hunting alone, is not it? \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207